newforrestgump001 / pythonxy

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

reinteract does not start #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
Reinteract wouldn' start on my computer.

If I start it from the console, there are no error messages:

C:\Programme\pythonxy\python\Scripts>Reinteract.exe

C:\Programme\pythonxy\python\Scripts>

Tell me if you need more information.

Original issue reported on code.google.com by tim.mich...@gmail.com on 3 Nov 2008 at 3:19

GoogleCodeExporter commented 9 years ago
Have you installed the PyGTK plugin?

Original comment by pierre.raybaut on 3 Nov 2008 at 7:10

GoogleCodeExporter commented 9 years ago
No yet.
I will do this tomorrow.

Original comment by tim.mich...@gmail.com on 3 Nov 2008 at 10:02

GoogleCodeExporter commented 9 years ago
Sorry, this was a silly part from my side.

You actaully but it in the requirements. So it's solved by installing GTK.

Maybe the installers could include a check for requirements and abort if these 
are
not met?

Thanks.

Original comment by tim.mich...@gmail.com on 4 Nov 2008 at 9:16

GoogleCodeExporter commented 9 years ago
Hi Timmie,

Of course that would be great if Python(x,y) plugins could check all 
dependencies
during installation and eventually warn the user. Unfortunately, dependencies
management is -today- available only for the main installer.
(There are some exceptions like Qwt5 which requires PyQt4 and checks if it's
installed, but that's because it is a module of PyQt4.)

This is related to the fact that there is no simple way to detect whether a 
Python
module is installed or not from a NSIS installer (except if it has been 
installed by
a Python(x,y) plugin, which is the strong assumption made in Qwt5 installer).

Thanks for your feedback.

Original comment by pierre.raybaut on 8 Nov 2008 at 6:22