[Py2exe-users] Access denied for python24.dll on FAT32
by Torsten Bronger other posts by this author
Nov 26 2006 8:35AM messages near this date
[Py2exe-users] Xinhua
|
Re: [Py2exe-users] Access denied for python24.dll on FAT32
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.
--
Torsten Bronger, aquisgrana, europa vetus
ICQ 264-296-646
(See http://ime.webhop.org for Jabber, MSN, etc.)
-------------------------------------------------------------------------
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
|