Issue 2550720
Created on 2011-08-15 14:36 by cscortes, last changed 2011-08-16 18:53 by ber.
| msg4376 |
Author: [hidden] (cscortes) |
Date: 2011-08-15 14:36 |
|
Missing pyWin32, Mark Harmond's windows library for python. I suppose
the installer could check for this and report the missing dependency. I
have done this myself with DotNet dlls, and some installers give you a
chance to write a routine to check complex missing dependencies.
Although the easiest way I can think of is wrap an import statement with
a try catch and report either success or failure.
workaround, before you install roundup, make sure you have install
pywin32 from Mark Hammond's web site.
|
| msg4377 |
Author: [hidden] (ber) |
Date: 2011-08-15 15:08 |
|
Luis,
thanks for creating this issue!
I wonder if we could just include the pyWin32 library in the installer?
|
| msg4379 |
Author: [hidden] (cscortes) |
Date: 2011-08-16 15:31 |
|
I don't know. I guess I would make a distinction between needing pywin
for the installer and needing it for roundup.
If the installer needs it then yes it could be included, but I think
that roundup needs it. The problem is that there is a different pywin32
library for every version of python (2.5,2.6,2.7,...) so it is easier
just to throw an error and ask the user to figure out which version he
needs to install for his python setup.
|
| msg4382 |
Author: [hidden] (ber) |
Date: 2011-08-16 18:53 |
|
Ah, you are right of course, that we cannot know the python binary unless we
also include python itself. ;)
I wonder what roundup would use pywin, though.
|
|
| Date |
User |
Action |
Args |
| 2011-08-16 18:53:48 | ber | set | messages:
+ msg4382 |
| 2011-08-16 15:31:31 | cscortes | set | messages:
+ msg4379 |
| 2011-08-15 15:08:23 | ber | set | nosy:
+ ber messages:
+ msg4377 |
| 2011-08-15 14:36:38 | cscortes | create | |
|