thanks . may be the donet package should be include this package, or add a
comment text in Read.txt.because first time i want to try to download it
from internet ,but doesn't work. anyway i have get it from python package .
and install it in my local folder(python folder (c:\Python26\Lib)
go back the build step:
i continue build it ..give me "ImportError: No module named templating". ok
ok search it in python package, no mach file. oooo .....no idea.
try to installed python3.0. think the new version my be include this
module.... when installed done. got the python3.0 still doesn't work, and
show me no module named mllib again....
faint... uninstall all python .. and installed python2.6 again... installed
the mllib package again.(copy the package file in c:\Python26\Lib\mllib) .
ok when i try to running Ant again.
still give me the word " no module name mllib").. WoWo !!!I'm crash!!
then i open the Python command line and try to running codegen file's code
>>import mllib ------------ work
so make sure only uses Ant can't import the mllib...
do i need install wxpython2.8.? i guess my be the env config need to change.
but i don't know what's i miss.
----------------------------------------
C:\Qpid\trunk\gentool>ant
Buildfile: build.xml
check_jython_deps:
build:
[java] Traceback (innermost last):
[java] File "C:\Qpid\trunk\gentool/codegen", line 24, in ?
[java] ImportError: no module named mllib
BUILD FAILED
C:\Qpid\trunk\gentool\build.xml:38: Java returned: -1
Total time: 1 second
C:\Qpid\trunk\gentool>python
Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os, sys, mllib
>>> from templating import Parser
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named templating
>>>
--
View this message in context:
http://n2.nabble.com/uses-Ant-build-the-donet-package-for-M4-occur-problem-tp2374877p2380911.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]