Hi.
> Hello,
>
>   
>> getpath.c:39:21: error: getpath.h: No such file or directory
>>     
>
> This file was missing from the merge with the 'dl' branch: added in
> r432.
>
> Try to "svn up" your checkout and build again, thanks.
>
> -- Daniele
>   
Ok, it works, so now I can build the runtime executables, thank you!
But now, I have another problem with the branch python-2.5 (I had not 
this problem a few days ago with the same branch outdated).
I freeze my application (gtk based) and when I run the executable I get 
the following output:

FIXME: _self_doimport AssertionError(IOError(20, 'Not a directory'),)  
nm='elementtree' ctx='None' fqname='elementtree'
FIXME: _self_doimport AssertionError(IOError(20, 'Not a directory'),)  
nm='utils' ctx='application.ui' fqname='application.ui.utils'
FIXME: _self_doimport AssertionError(IOError(20, 'Not a directory'),)  
nm='CustomComboBoxSearch' ctx='application.ui.widgets' 
fqname='application.ui.widgets.CustomComboBoxSearch'
FIXME: _self_doimport AssertionError(IOError(20, 'Not a directory'),)  
nm='GladeWidget' ctx='application.ui' fqname='application.ui.GladeWidget'
FIXME: _self_doimport AssertionError(IOError(20, 'Not a directory'),)  
nm='Main' ctx='application.ui' fqname='application.ui.Main'
FIXME: _self_doimport AssertionError(IOError(20, 'Not a directory'),)  
nm='Login' ctx='application.ui' fqname='application.ui.Login'
Traceback (most recent call last):
  File "<string>", line 25, in <module>
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 326, in 
importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 415, in 
doimport
    exec co in mod.__dict__
  File "application/buildapplication/outPYZ1.pyz/application.ui.Login", 
line 26, in <module>
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 326, in 
importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 415, in 
doimport
    exec co in mod.__dict__
  File "application/buildapplication/outPYZ1.pyz/application.ui.Main", 
line 25, in <module>
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 326, in 
importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 415, in 
doimport
    exec co in mod.__dict__
  File 
"application/buildapplication/outPYZ1.pyz/application.ui.GladeWidget", 
line 42, in <module>
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 326, in 
importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 415, in 
doimport
    exec co in mod.__dict__
  File 
"application/buildapplication/outPYZ1.pyz/application.ui.widgets.CustomComboBoxSearch",
 
line 26, in <module>
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 326, in 
importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 415, in 
doimport
    exec co in mod.__dict__
  File "application/buildapplication/outPYZ1.pyz/application.ui.utils", 
line 51, in <module>
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 326, in 
importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 399, in 
doimport
    mod = director.getmod(nm)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 219, in 
getmod
    owner = self.shadowpath[thing] = self.makeOwner(thing)
  File "/home/devel/pyinstaller-branches/python2.5/iu.py", line 236, in 
makeOwner
    owner = klass(path)
  File "/home/devel/pyinstaller-branches/python2.5/archive.py", line 
376, in __init__
    assert e.errno in (21, 13), e # [Errno 21] Is a directory
AssertionError: [Errno 20] Not a directory: 
'/home/devel/pyinstaller-branches/python2.5/application/distapplication/application/buildapplication/outPYZ1.pyz/gtk-2.0'

Do you have any idea?
Thanks and regards

Andrea Maccis

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