1.5.1 works FYI.

On 12 December 2011 20:03, David Markey <[email protected]> wrote:

> Hey,
>
> Versions:
>
> Python: 2.7.2+
> WX:  '2.8.11.0 (gtk2-unicode)'
> Distro: Kubuntu 11.10, 32bit
> PyInstaller:  '2.0dev'(Trunk)
>
> Script:
>
> ---------------------
> import wx ## This is it
> -----------------------
>
> Spec:
> # -*- mode: python -*-
> a = Analysis([os.path.join(HOMEPATH,'support/_mountzlib.py'),
> os.path.join(CONFIGDIR,'support/useUnicode.py'), 'repro.py'],
>              pathex=['/home/dmarkey'],
>              hookspath=None)
> pyz = PYZ(a.pure)
> exe = EXE( pyz,
>           a.scripts,
>           a.binaries,
>           a.zipfiles,
>           a.datas,
>           name=os.path.join('dist', 'repro'),
>           debug=False,
>           strip=None,
>           upx=True,
>           console=True )
>
>
>
>
>
> On 12 December 2011 19:05, Hartmut Goebel <[email protected]>wrote:
>
>> Am 12.12.2011 18:08, schrieb dmarkey:
>>
>>> This is the traceback. The app works fine in a single directory, but
>>> not as a single file.
>>> [...]
>>>
>>> _core_.so actually is included in the archive.
>>>
>>
>> Thanks, we need more invormation to dig this down. Please follw the
>> instructions at <http://www.pyinstaller.org/**wiki/HowtoReportBugs#**
>> Whensubmittingabug:**Informationweneed<http://www.pyinstaller.org/wiki/HowtoReportBugs#Whensubmittingabug:Informationweneed>
>> >.
>>
>> --
>> Schönen Gruß - Regards
>> Hartmut Goebel
>> Dipl.-Informatiker (univ.), CISSP, CSSLP
>>
>> Goebel Consult
>> Spezialist für IT-Sicherheit in komplexen Umgebungen
>> http://www.goebel-consult.de
>>
>> Monatliche Kolumne: 
>> http://www.cissp-gefluester.**de/<http://www.cissp-gefluester.de/>
>> Goebel Consult ist Mitglied bei http://www.7-it.de
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "PyInstaller" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to pyinstaller+unsubscribe@**
>> googlegroups.com <pyinstaller%[email protected]>.
>> For more options, visit this group at http://groups.google.com/**
>> group/pyinstaller?hl=en<http://groups.google.com/group/pyinstaller?hl=en>
>> .
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to