aspose file tools
The moose likes Jython/Python and the fly likes Getting ImportError: No module named pythoncom error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » Jython/Python
Reply Bookmark "Getting ImportError: No module named pythoncom error " Watch "Getting ImportError: No module named pythoncom error " New topic
Author

Getting ImportError: No module named pythoncom error

eswari Malluru
Greenhorn

Joined: Jul 07, 2008
Posts: 7
Hi All,

I am executing python scripts from java by passing parameters to convert a text file to excel file. Also installed the additional packages required for this i.e Win32 package and included this path in the java classpath while executing, but getting error like

import pythoncom
ImportError: No module named pythoncom

Can anyone please tell how to resolve this error.

Thanks,
Eswari
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Getting ImportError: No module named pythoncom error
 
Similar Threads
problem installing Mplayer
Jython & NetBeans
error when creating a domain
Jython & NetBeans
Jython use in a web-app