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
|