On Wed, Apr 24, 2013 at 11:27 AM, Ian Kelly <[email protected]> wrote:
> On Wednesday, April 24, 2013 4:38:25 AM UTC-6, Martin Z wrote:
>>
>> Ian Kelly píše v Út 23. 04. 2013 v 15:26 -0700:
>> > Windows 7 (64-bit)
>> > Python 2.7.1 (32-bit)
>> > cx_Oracle 5.1
>> > Oracle client 11.2.0.1.0 (32-bit)
>> > PyInstaller 2.0 (I've also tried 1.5)
>>
>> Is this your new or your old environment?
>> What differs in this configuration from you old one?
>
>
> That's the new environment. The old one had Windows XP (32-bit) and Oracle
> client 11.1.0. The rest was the same.
>
>>
>> Could you try latest development version?
>
>
> I get an error:
>
> Traceback (most recent call last):
> File "C:\Python27\Scripts\pyi-build-script.py", line 9, in <module>
> load_entry_point('PyInstaller==2.1dev-', 'console_scripts',
> 'pyi-build')()
> File
> "c:\python27\lib\site-packages\pyinstaller-2.1dev_-py2.7.egg\PyInstaller\cliutils\build.py",
> line 37, in run
> PyInstaller.build.main(None, args[0], **opts.__dict__)
> File
> "c:\python27\lib\site-packages\pyinstaller-2.1dev_-py2.7.egg\PyInstaller\build.py",
> line 1732, in main
> build(specfile, kw.get('distpath'), kw.get('workpath'),
> kw.get('clean_build'))
> File
> "c:\python27\lib\site-packages\pyinstaller-2.1dev_-py2.7.egg\PyInstaller\build.py",
> line 1681, in build
> execfile(spec)
> File "sherlock.spec", line 42, in <module>
> 'win32trace',])
> File
> "c:\python27\lib\site-packages\pyinstaller-2.1dev_-py2.7.egg\PyInstaller\build.py",
> line 376, in __init__
> script_toplevel_dir = misc.get_path_to_toplevel_modules(script)
> File
> "c:\python27\lib\site-packages\pyinstaller-2.1dev_-py2.7.egg\PyInstaller\utils\misc.py",
> line 124, in get_path_to_toplevel_modules
> files = set(os.listdir(curr_dir))
> WindowsError: [Error 3] The system cannot find the path specified:
> 'c:\\python27\\lib\\site-packages\\pyinstaller-2.1dev_-py2.7.egg\\support/*.*'
I commented out these files from the Analysis:
#os.path.join(HOMEPATH,'support\\_mountzlib.py'),
#os.path.join(HOMEPATH,'support\\useUnicode.py'),
and now it successfully builds and runs on my system. But I'm still
seeing the same error on other systems.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.