Re: [translate-pootle] Python problem while installing 1.3 beta on FC10 server
Hi David, > [...] > Installing index for pootle_notifications.Notices model > > Any ideas per chance? Thanks if so, :) could you try to install "strace" and run "strace -o strace.log ./PootleServer"? The log file would help to track down the problem, I guess ... regards, Lars -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf ___ Translate-pootle mailing list Translate-pootle@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/translate-pootle
Re: [translate-pootle] Python problem while installing 1.3 beta on FC10 server
On Thu, 2009-09-17 at 21:46 +0800, Traduction.BIZ wrote: > Hi, > > I'm trying to install a Pootle server. On my Fedora Core 10 server, I > met all the dependencies to install 1.3 beta. In /usr/share/ I checked > out: > > https://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle/ > > Then I changed directory to the newly-created Pootle directory and ran: > > ./setup.py install > > I got the following messages: > > running install > error: invalid Python installation: unable to open > /usr/lib/python2.5/config/Makefile (No such file or directory) This file is provided by python-devel to install do this: yum install python-devel -- Dwayne Bailey Associate Research Director+27 12 460 1095 (w) Translate.org.za ANLoc+27 83 443 7114 (c) Recent blog posts: * Google Translate + libtranslate + Virtaal = machine translation in 7 new languages http://www.translate.org.za/blogs/dwayne/en/content/google-translate-libtranslate-virtaal-machine-translation-7-new-languages * Fixes for Skype Video, Webcam on Fedora * libtranslate, TM plugins and Virtaal Firefox web browser in Afrikaans - http://af.www.mozilla.com/af/ African Network for Localisation (ANLoc) - http://africanlocalisation.net/ -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf ___ Translate-pootle mailing list Translate-pootle@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/translate-pootle
[translate-pootle] Python problem while installing 1.3 beta on FC10 server
Hi, I'm trying to install a Pootle server. On my Fedora Core 10 server, I met all the dependencies to install 1.3 beta. In /usr/share/ I checked out: https://translate.svn.sourceforge.net/svnroot/translate/src/trunk/Pootle/ Then I changed directory to the newly-created Pootle directory and ran: ./setup.py install I got the following messages: running install error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory) Would anyone have any useful tips about what to do to fix this? Thanks if so, :) -- David Nelson Voicemail: +44.7092894743 Fax: +44.7092894744 E-mail: comme...@traduction.biz Twitter: http://twitter.com/TraductionBIZ Skype: traduction.biz Web: http://traduction.biz --- -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf ___ Translate-pootle mailing list Translate-pootle@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/translate-pootle
Re: [translate-pootle] Python problem while installing 1.3 beta on FC10 server
FYI, I've got python-2.5.2-1.fc10.i386 and I tried erasing and re-installing it with apt-get, but to no avail... -- David Nelson Voicemail: +44.7092894743 Fax: +44.7092894744 E-mail: comme...@traduction.biz Twitter: http://twitter.com/TraductionBIZ Skype: traduction.biz Web: http://traduction.biz --- -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf ___ Translate-pootle mailing list Translate-pootle@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/translate-pootle
Re: [translate-pootle] Python problem while installing 1.3 beta on FC10 server
Similarly, I just tried firing-up the Pootle server via the command: ./PootleServer And got this output, with nothing happening after 'Installing index for pootle_notifications.Notices model': Creating table auth_permission Creating table auth_group Creating table auth_user Creating table auth_message Creating table django_content_type Creating table django_session Creating table django_site Creating table django_admin_log Creating table pootle_app_directory Creating table pootle_app_language Creating table pootle_app_project Creating table pootle_app_pootleprofile Creating table pootle_app_permissionset Creating table pootle_app_permissionsetcache Creating table pootle_app_translationproject Creating table pootle_app_suggestion Creating table pootle_app_submission Creating table pootle_app_goal Creating table pootle_app_assignment Creating table pootle_app_storeassignment Creating table pootle_store_store Creating table pootle_store_unit Creating table registration_registrationprofile Creating table siteconfig_siteconfiguration Creating table pootle_notifications_notices You just installed Django's auth system, which means you don't have any superusers defined. Would you like to create one now? (yes/no): yes Username (Leave blank to use 'root'): E-mail address: some...@somewhere.com Password: Password (again): Superuser created successfully. Installing index for auth.Permission model Installing index for auth.Message model Installing index for admin.LogEntry model Installing index for pootle_app.Directory model Installing index for pootle_app.Language model Installing index for pootle_app.PootleProfile model Installing index for pootle_app.PermissionSet model Installing index for pootle_app.PermissionSetCache model Installing index for pootle_app.TranslationProject model Installing index for pootle_app.Suggestion model Installing index for pootle_app.Submission model Installing index for pootle_app.Goal model Installing index for pootle_app.Assignment model Installing index for pootle_app.StoreAssignment model Installing index for pootle_store.Store model Installing index for pootle_store.Unit model Installing index for siteconfig.SiteConfiguration model Installing index for pootle_notifications.Notices model Any ideas per chance? Thanks if so, :) -- David Nelson Voicemail: +44.7092894743 Fax: +44.7092894744 E-mail: comme...@traduction.biz Twitter: http://twitter.com/TraductionBIZ Skype: traduction.biz Web: http://traduction.biz --- -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf ___ Translate-pootle mailing list Translate-pootle@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/translate-pootle