ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> py2exe-users
py2exe-users
Re: [Py2exe-users] Access denied for python24.dll on FAT32
by Larry Bates other posts by this author
Nov 27 2006 10:31AM messages near this date
[Py2exe-users] Access denied for python24.dll on FAT32 | Re: [Py2exe-users] Access denied for python24.dll on FAT32
Torsten Bronger wrote:
>  Hallöchen!
>  
>  Actually I suspect this is a mere Windows problem but maybe some of
>  you has already stumbled over it, too ...
>  
>  I have a single py file with only standard lib dependencies called
>  felo_rating.py.  The setup.py says:
>  
>  from distutils.core import setup
>  import py2exe
>  setup(console=['felo_rating.py'])
>  
>  Then I call "c:\python24\python setup.py py2exe".  The result is:
>  
>  ...
>  *** copy dlls ***
>  copying c:\python24\w9xpopen.exe -> H:\fechter-zahlen\dist
>  copying C:\WINNT\system32\python24.dll -> H:\fechter-zahlen\dist
>  setting sys.winver for 'H:\fechter-zahlen\dist\python24.dll' to 'py2exe'
>  error: H:\fechter-zahlen\dist\python24.dll: Permission denied
>  
>  All this happens on a FAT32 partition hosted on a Linux box,
>  remotely accessed through SMB.  It works on the local NTFS disk.
>  However, it would be more convenient for me on the remote drive.
>  Any idea what's going wrong?
>  
>  Tschö,
>  Torsten.
>  

Note the "Permission denied".  Do you know for sure that you have
permissions that directory on H:?  You might also look at the
SMB log to see what is shows there.  I have py2exe working from
Windows to SMB share on Linux server here and it works fine.

-Larry


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
Torsten Bronger
Larry Bates
Torsten Bronger

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved