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.

classification
Title: Cplex and python
Type: Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, moorshed
Priority: normal Keywords:

Created on 2012-07-12 23:08 by moorshed, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg165342 - (view) Author: moras moorshed (moorshed) Date: 2012-07-12 23:08
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.
msg165345 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2012-07-13 00:22
Hi, the bug tracker is not designed to get help.
Please ask questions on the python-list forum, or the comp.lang.python newsgroup.  There are many friendly people there...
Be ready to come with a short script showing the error.
History
Date User Action Args
2022-04-11 14:57:32adminsetgithub: 59546
2012-07-13 00:22:25amaury.forgeotdarcsetstatus: open -> closed

nosy: + amaury.forgeotdarc
messages: + msg165345

resolution: not a bug
2012-07-12 23:08:19moorshedcreate