After installing the newest packages of wxPython 2.8.3.0-0 from http://www.wxpython.org/download.php#binaries. I setup and installed ftpcube to the default directory. On first run (and all runs thereafter I recieved this:
[code]
user@computer:~$ ftpcube
Initializing configuration from file: /home/user/.ftpcube/config
Loading config file: /home/user/.ftpcube/config
Loaded configuration:
'thread_idle' : 30
'main_idle' : 300
'upload_log' : upload.txt
'port' : 21
'transport' : FTP
'passive' : True
'delay' : 5
'win_size' : (0, 0)
'remotedir' : None
'transfer_type' : 4
'error_color' : (115, 24, 39)
'username' : anonymous
'max_threads' : 3
'localdir' : None
'cmd_log' : commands.txt
'download_log' : download.txt
'host' : None
'local_color' : (55, 24, 112)
'password' : guest@anon.com
'retries' : 5
'remote_color' : (43, 95, 48)
'logging' : False
'limit' : None
'timeout' : 120
Making main application window.
(python:12051): Gdk-CRITICAL **: gdk_drawable_get_size: assertion `GDK_IS_DRAWABLE (drawable)' failed
(python:12051): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed
Making console window.
Making the control window.
Making queuing panel.
Making thread panel.
Creating archive manager object.
The archiver has the following registered extensions:
.tar.bz2 : <class libftpcube.archtypes.tarhandler.TarHandler at 0x859780c>
.tar.gz : <class libftpcube.archtypes.tarhandler.TarHandler at 0x859780c>
.tar.Z : <class libftpcube.archtypes.tarhandler.TarHandler at 0x859780c>
.tar : <class libftpcube.archtypes.tarhandler.TarHandler at 0x859780c>
.zip : <class libftpcube.archtypes.ziphandler.ZipHandler at 0x859720c>
Making local file browsing window.
Making remote file browsing window.
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
(python:12051): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1
[/code]
The GtK-Warning keeps repeating until the process is killed.
Logged In: YES
user_id=1761450
Originator: NO
I can confirm the same behavior using the python-wxgtk2.8 package provided in the Feisty repositories (2.8.1.1-0ubuntu4).
Logged In: NO
I to have experienced the exact same error and I am running the latest version of wxPython, on Ubuntu Feisty with all the latest updates.