Issue 15341: Cplex and python (original) (raw)

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:32 admin set github: 59546
2012-07-13 00:22:25 amaury.forgeotdarc set status: open -> closednosy: + amaury.forgeotdarcmessages: + resolution: not a bug
2012-07-12 23:08:19 moorshed create