Closed GoogleCodeExporter closed 9 years ago
When you chose the title of this Issue ("Unable to install/uninstall
packages"), you were very pessimistic :)
Actually the problem here is only that you are unable to uninstall pywin32. As
a consequence, you are unable to upgrade or downgrade this package.
The reason is that pywin32 is used by the WinPython Control Panel... so it
can't uninstall a package that is required for it to run properly.
I have to take this into account and warn the user that if he wants to
uninstall a package that is required by WinPython Control Panel, he must do it
from the command line.
For now the command line counterpart of WinPython Control Panel is not ready
yet. It's really nothing to do, it's just that I was waiting for the day when I
would be forced to implement it. All the background code is already there, I
only have to write a tiny script to allow the user to install/uninstall
packages from the command line.
Original comment by pierre.raybaut
on 13 Oct 2012 at 8:06
That's interesting, and it makes sense (I should have tried some other
package). Looking forward to the command line counterpart of WinPython Control
Panel. I really feel that this can be a great tool (and I shall recommend it to
anyone) starting out with Python for scientific problems. Kudos to you for
this. (By the way, I also use Spyder regularly and I feel it is a great tool).
Thank you very much,
Indranil.
P.S. Just for information, I need to uninstall pywin32 217 and install pywin32
213 as the DDE module in pywin32 is broken since build 214
[http://sourceforge.net/mailarchive/forum.php?thread_name=From_noreply%40sourcef
orge.net_Wed_Oct_19_18%3A10%3A35_2011&forum_name=pywin32-bugs].
Original comment by indranil...@gmail.com
on 14 Oct 2012 at 11:48
This issue was updated by revision 9849cb631123.
To test this new command line interface, just type 'wppm --help' inside the
WinPython command window (which may be opened by executing the launcher named
'Command prompt.exe'). Upgrading a package (i.e. uninstall the existing version
and install a new one) like pywin32 should now be possible by entering one of
the following equivalent commands:
wppm pywin32-217.win32-py2.7.exe
wppm -i pywin32-217.win32-py2.7.exe
wppm --install pywin32-217.win32-py2.7.exe
Original comment by pierre.raybaut
on 15 Oct 2012 at 8:27
Original issue reported on code.google.com by
indranil...@gmail.com
on 12 Oct 2012 at 1:39