[nox-dev] About python issue

2011-01-24 Thread Min-Hyup Kang



	
	
Dear all

Now, I am facing some problem in NOX dependencies.

so, I need your help.

apt-get install autoconf automake g++ libtool python python-twisted swig libxerces-c2-dev libssl-dev make
libboost-python-dev libssl-dev libboost1.42-all-dev
-I can't use libboost1.35-dev. so, I used libboost1.42-all-dev.

and apt-get install libsqlite3-dev python-simplejson
apt-get install python-sphinx

and then I installed NOX 0.6
git clone git://noxrepo.org/nox
#cd nox
#./boot.sh
#mkdir build/
#cd build/
#../configure
#make
#cd src
#make check

and then
cd src
./nox_core tests
NOX 0.9.0(zaku)~full~beta (nox_core), compiled Jan 17 2011 09:45:40
Compiled with OpenFlow 0x01
1|nox|ERR:Cannot change the state of 'python' to INSTALLED:
'python' ran into an error:
	Unable to construct a Python component:
	Traceback (most recent call last):
	 File "./nox/coreapps/pyrt/pyoxidereactor.py", line 364, in instance
	  return pyoxidereactor(ctxt)
	 File "./nox/coreapps/pyrt/pyoxidereactor.py", line 133, in __init__
	  signal.signal(signal.SIGCHLD, self._handleSigchld)
	AttributeError: 'pyoxidereactor' object has no attribute '_handleSigchld'


As you can see, There is1|nox|ERR:Cannot change the state of 'python' to INSTALLED.


So, I think there is python dependencies issue.
Can you tell me your opinion, please ?











			==
Min-Hyup Kang
Thank you !
==  


 

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] About python issue

2011-01-24 Thread James Murphy McCauley
I think I fixed this in the destiny branch in commit
9b8aeb5c7401c0f6869c0f214566459520151358.

You should be able to apply that patch to zaku without problems.

-- Murphy

On Tue, 2011-01-25 at 15:17 +0900, Min-Hyup Kang wrote:
Dear all


   Now, I am facing some problem in NOX dependencies.


 so, I need your help.


  apt-get install autoconf automake g++ libtool python python-twisted
 swig libxerces-c2-dev libssl-dev make

  libboost-python-dev libssl-dev libboost1.42-all-dev

-I can't use libboost1.35-dev. so, I used libboost1.42-all-dev.


  and apt-get install libsqlite3-dev python-simplejson

 apt-get install python-sphinx


  and then I installed NOX 0.6

git clone git://noxrepo.org/nox

#cd nox

   #./boot.sh

 #mkdir build/

   #cd build/

 #../configure

 #make

#cd src

  #make check


   and then 

 cd src

./nox_core tests

  NOX 0.9.0(zaku)~full~beta (nox_core), compiled Jan 17 2011 09:45:40

  Compiled with OpenFlow 0x01 

1|nox|ERR:Cannot change the state of 'python' to INSTALLED:

  'python' ran into an error: 

Unable to construct a Python component:

   Traceback (most recent call last):

   File ./nox/coreapps/pyrt/pyoxidereactor.py, line 364, in instance

return pyoxidereactor(ctxt)

   File ./nox/coreapps/pyrt/pyoxidereactor.py, line 133, in __init__

signal.signal(signal.SIGCHLD, self._handleSigchld)

AttributeError: 'pyoxidereactor' object has no attribute
'_handleSigchld'



   As you can see, There is 1|nox|ERR:Cannot change the state of
 'python' to INSTALLED.


So, I think there is python dependencies issue. 
 Can you tell me your opinion, please ?




 
 
 
 == 
 Min-Hyup Kang 
 Thank you ! 
 == 
 
  
 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] About python issue

2011-01-24 Thread Kyriakos Zarifis
Hi,

this is problem known prolbem with python which has been addressed here
http://www.mail-archive.com/nox-dev@noxrepo.org/msg01448.html
http://www.mail-archive.com/nox-dev@noxrepo.org/msg01448.htmlAlso, this
problem should not exist on the 'destiny' branch

2011/1/24 Min-Hyup Kang kang-min-h...@hanmail.net

Dear all


 Now, I am facing some problem in NOX dependencies.


 so, I need your help.


 apt-get install autoconf automake g++ libtool python python-twisted swig
 libxerces-c2-dev libssl-dev make

 libboost-python-dev libssl-dev libboost1.42-all-dev

 -I can't use libboost1.35-dev. so, I used libboost1.42-all-dev.


 and apt-get install libsqlite3-dev python-simplejson

 apt-get install python-sphinx


 and then I installed NOX 0.6

 git clone git://noxrepo.org/nox

 #cd nox

 #./boot.sh

 #mkdir build/

 #cd build/

 #../configure

 #make

 #cd src

 #make check


 and then

 cd src

 ./nox_core tests

 NOX 0.9.0(zaku)~full~beta (nox_core), compiled Jan 17 2011 09:45:40

 Compiled with OpenFlow 0x01

 1|nox|ERR:Cannot change the state of 'python' to INSTALLED:

 'python' ran into an error:

 Unable to construct a Python component:

 Traceback (most recent call last):

   File ./nox/coreapps/pyrt/pyoxidereactor.py, line 364, in instance

 return pyoxidereactor(ctxt)

   File ./nox/coreapps/pyrt/pyoxidereactor.py, line 133, in __init__

 signal.signal(signal.SIGCHLD, self._handleSigchld)

 AttributeError: 'pyoxidereactor' object has no attribute '_handleSigchld'

  As you can see, There is 1|nox|ERR:Cannot change the state of 'python'
 to INSTALLED.

  So, I think there is python dependencies issue.
 Can you tell me your opinion, please ?






 ==
 Min-Hyup Kang
 Thank you !
 ==

 kang-min-h...@hanmail.net
 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org