peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Error code 1 when trying to launch on a portable PC #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. lauch jbrout
2. exit with error code 1 
log file :
------------------
Traceback (most recent call last):
File "jbrout.py", line 41, in <module>   import gtk
File "C:\Legacy 
Programs\jBrout\python_runtime\lib\site-packages\gtk-2.0\gtk\__init__.py", line 
38, in <module>  import gobject as _gobject
File "C:\Legacy Programs\jBrout\python_runtime\lib\site-packages 
\gtk-2.0\gobject\__init__.py", line 30, in <module>    from gobject.constants 
import *
File "C:\Legacy 
Programs\jBrout\python_runtime\lib\site-packages\gtk-2.0\gobject\constants.py", 
line 22, in <module>  from _gobject import type_from_name
ImportError: DLL load failed: La procédure spécifiée est introuvable. 
------------------

What is the expected output? What do you see instead?
jbrout crashes... 

What version of the product are you using? On what operating system?
 jBrout-0.3.282-Setup.exe  jBrout Stand-alone Installer for Windows with all dependencies included 
windows vista familiale premium 
Portable PC ACER

Please provide any additional information below.
I installed the same jbrout version on my "traditional" PC under vista, and 
it's working fine.

Original issue reported on code.google.com by p.guaya...@gmail.com on 4 Aug 2010 at 10:30

GoogleCodeExporter commented 8 years ago
Are there any cue to this pbm ? something wrong in the python runtime ? in the 
gtk package ?

While it is working fine in other windows version, any idea of what can be 
missing in windows ?

Original comment by p.guaya...@gmail.com on 18 Aug 2010 at 4:55

GoogleCodeExporter commented 8 years ago
Not sure what the issue is here, is the Portable PC running 32 or 64 bit Vista.

Original comment by r...@wallace.gen.nz on 7 Nov 2010 at 9:04

GoogleCodeExporter commented 8 years ago
yes, I tryied on two PC, one notebook and one "portable", both under 32 bit 
vista.

Original comment by p.guaya...@gmail.com on 7 Nov 2010 at 10:56

GoogleCodeExporter commented 8 years ago
From what i find on the internet, you need to install PyCairo, PyGobject, 
PyGTK, the GTK+ Runtime (maybe only one is missing).
http://stackoverflow.com/questions/1294272/how-do-i-install-pygtk-pygobject-on-w
indows-with-python-2-6

I assume jbrout installs these.
Maybe it's a bug, and you have to use python 2.5, as advised here.
http://www.penjuinlabs.com/blog/?p=94

Original comment by p...@gmx.fr on 7 Nov 2010 at 4:12

GoogleCodeExporter commented 8 years ago
I'll try that, but where do I install those? Must I install in jbrout python 
subdirectory ?

Original comment by p.guaya...@gmail.com on 7 Nov 2010 at 5:01

GoogleCodeExporter commented 8 years ago

Original comment by matej.c...@gmail.com on 12 Aug 2013 at 10:49