Smart 1.5 is out!

Anders F Björklund afb at algonet.se
Mon Nov 3 11:22:59 PST 2014


Stephen Morris wrote:

>    I ran the build process for 1.5 and have attached the log file I produced.
> 
>    I also did 2 test runs, the first by doing a cd into lib.linux-x86_64-2.7/smart and running the command ../../scripts-2.7/smart.py update, which produced the following output:
> 
> Traceback (most recent call last):
>  File "../../scripts-2.7/smart.py", line 27, in <module>
>    from smart import init, initDistro, initPlugins, initPycurl, initPsyco
>  File "/usr/local/downloads/Smart/smart-1.5/build/scripts-2.7/smart.py", line 27, in <module>
>    from smart import init, initDistro, initPlugins, initPycurl, initPsyco
> ImportError: cannot import name init

To run it inline, you need to build it inline first...

Normally the command is "python setup.py build_ext -i",
but there is also the short-hand of "make ext" available.

Then you should be able to run it with just. ./smart.py

--anders


More information about the Smart mailing list