python - Uppercase package name issue with enpkg -


i'm trying install 'qt' package epd free edition install using enpkg tool. on windows.

enpkg works ok lowercase packages:

h:\>enpkg pandas prefix: c:\python27 no update necessary, 'pandas' up-to-date. pandas-0.10.1-1.egg installed on: mon apr 08 15:07:14 2013 

but seems handle uppercase package names incorrectly:

h:\>enpkg qt prefix: c:\python27 no egg found requirement 'qt'.  h:\>enpkg "qt" prefix: c:\python27 no egg found requirement 'qt'. 

i know qt available can install on mac os x, , see in epd package directory: http://www.enthought.com/products/epdlibraries.php

how can fix problem?

as you've discovered, not issue of case sensitivity.

what use in python not qt directly python wrappers qt, might either pyside (available free users) or pyqt4 (gpl license, available subscribers, not available on osx-64). enthought recommends using pyside unless have unusual requirements pyqt4 wrappers.

so should on platforms enpkg pyside.

on mac os x , linux, qt separate package enpkg automatically installs dependency of pyside.

on windows, now, qt bundled pyside, there no separate package named qt.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -