This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author moorshed
Recipients moorshed
Date 2012-07-12.23:08:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342134500.28.0.386653890414.issue15341@psf.upfronthosting.co.za>
In-reply-to
Content
Im beginner with python, and I want to connect python to Cplex, IBM optimizer, I installed the python on this path:
'C:\Program Files\IBM\ILOG\CPLEX_Studio123\cplex\python\x86_win32\cplex'>
but when i want to create new file using cplex.Cplex() it gives me this error:
AttributeError: 'module' object has no attribute 'cplex'

so what is wrong?
please help me.
History
Date User Action Args
2012-07-12 23:08:20moorshedsetrecipients: + moorshed
2012-07-12 23:08:20moorshedsetmessageid: <1342134500.28.0.386653890414.issue15341@psf.upfronthosting.co.za>
2012-07-12 23:08:19moorshedlinkissue15341 messages
2012-07-12 23:08:19moorshedcreate