Results 1 to 1 of 1
Hi,
I'm encountering the following error when try to start
ftpcube on Fedora Core 3.
Code:
$ ftpcube
Traceback (most recent call last):
File "/usr/local/bin/ftpcube", line 21, in ?
from ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-21-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 5
Startup Problem with FtpCube 0.4.3
Hi,
I'm encountering the following error when try to start
ftpcube on Fedora Core 3.
I have the following dependencies installed:Code:$ ftpcube Traceback (most recent call last): File "/usr/local/bin/ftpcube", line 21, in ? from libftpcube import main File "/usr/lib/python2.3/site-packages/libftpcube/__init__.py", line 29, in ? sys.stderr.write (_("ftpcube - Compilation error: %(reason)s.\n") NameError: name '_' is not defined
I have also tried:Code:$ rpm -qa | grep python gnome-python2-2.6.0-3 MySQL-python-0.9.2-4 python-2.3.4-11 libxml2-python-2.6.14-2 mod_python-3.1.3-5 rpm-python-4.3.2-21 gnome-python2-gtkhtml2-2.6.0-3 gnome-python2-canvas-2.6.0-3 python-devel-2.3.4-11 python-ldap-2.0.1-2 gnome-python2-bonobo-2.6.0-3 dbus-python-0.22-10 $ rpm -qa | grep wxPython wxPython2.6-gtk2-ansi-2.6.1.0-fc2_py2.4 wxPython-common-gtk2-ansi-2.6.1.0-fc2_py2.4
Thanks.Code:$ python >>> import gettext


Reply With Quote
