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
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved