Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4649 - ftpcube does not run (Unable to import pygtk modules)
Summary: ftpcube does not run (Unable to import pygtk modules)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: José Alberto Suárez López
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-07 13:24 UTC by SpanKY
Modified: 2002-07-20 22:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
`qpkg -nc -l pygtk` (qpkgpygtk,2.98 KB, text/plain)
2002-07-15 19:30 UTC, SpanKY
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2002-07-07 13:24:01 UTC
i would look more into the source of the problem but i dont know python ;) 
 
`emerge pygtk ftpcube` (everything works) 
 
vapier root # emerge -s ^pygtk ftpcube 
[ Results for search key : ^pygtk ] 
[ Applications found : 1 ] 
 
*  dev-python/pygtk 
      Latest version Available: 0.6.9 
      Latest version Installed: 0.6.9 
      Homepage: http://www.daa.com.au/~james/pygtk/ 
      Description: 
      GTK+ bindings for Python 
 
[ Results for search key : ftpcube ] 
[ Applications found : 1 ] 
 
*  net-ftp/ftpcube 
      Latest version Available: 0.3.2-r2 
      Latest version Installed: 0.3.2-r2 
      Homepage: ftpcube.sf.net 
      Description: 
      Graphic ftp client written in python and gtk 
 
vapier root # ftpcube 
ftpcube - Compilation Error: No module named gobject. 
        Unable to import the pygtk modules. 
        FtpCube cannot run without pygtk modules properly installed. 
        For more information on how to obtain these vital packages, visit: 
                http://ftpcube.sourceforge.net
Comment 1 José Alberto Suárez López 2002-07-15 11:58:20 UTC
Strange... with this versions all works nice:

python 2.2.1-r2
pygtk 0.69
ftpcube 0.3.2-r2

try with ftpcube-0.3.2, use the dist python install method.
maybe that you try to install pygtk-1.99x?
Comment 2 SpanKY gentoo-dev 2002-07-15 14:12:04 UTC
guess i should have said i have python-2.2.1-r2 installed too

i'm not sure what you mean by your comment ... what would you like me to try ?
Comment 3 José Alberto Suárez López 2002-07-15 17:27:31 UTC
i mean, 
try emerging ftpcube-0.32.ebuild instead of -r2, are the sames, but the old one
use the install method of python.if the old ebuild try instll the pygtk-1.99x,
edit the ebuild.
goodluck :P
Comment 4 SpanKY gentoo-dev 2002-07-15 19:28:35 UTC
aight so `ebuild ftpcube-0.3.{1,2,2-r1}.ebuild install` ... each one gave 
errors on install stage cause of permissions (probably why a -r2 exist ;]), but 
going to the work directory and doing `./ftpcube` results in same error ... 
Compilation Error: No module named gobject.
Unable to import the pygtk modules.

when i unmerge pygtk-0.6.9 and emerge pygtk-1.99.9, i get a slightly diff error:
Compilation Error: No module named GtkExtra.
Unable to import the pygtk modules.

what does `qpkg -l pygtk` show for you ?  i attached mine since the emerge 
lists a bunch of functions that are filtered out ...
Comment 5 SpanKY gentoo-dev 2002-07-15 19:30:46 UTC
Created attachment 2275 [details]
`qpkg -nc -l pygtk`
Comment 6 José Alberto Suárez López 2002-07-15 20:06:21 UTC
If you read /usr/portage/net/ftp/ftpcube/ChangeLog you notice that the
difference int -r2 is that need depend of pygtk-0.69 no pygtk-1.99x, and the
difference in -r1 is simply a manual installation mode usin doin and dobin, so
is the same 0.32 and 0.32-r2. If -r2 faills for you try 0.32 changing the
dependence of pygtk.
For some ppl works with ftpc-0.32 and others with ftpcube-0.32-r1.

i think that the problem maybe pygtk. unemerge pygtk-0.69 too, an try of new.
Comment 7 José Alberto Suárez López 2002-07-20 22:12:22 UTC
well, i suppose thet the last message work. If you have more problem reopen it.
regards