<?xml version="1.0" encoding="utf-8"?>
	
		<feed xmlns="http://www.w3.org/2005/Atom">
			<title type="text">monome - arduinome+serial-pyio+linux</title>
			<updated>2010-09-11T00:40:41+00:00</updated>
			<id>http://post.monome.org/</id>
			<link rel="alternate" type="text/html" hreflang="en"
				href="http://post.monome.org/comments.php?DiscussionID=7329&amp;page=1"/>
			<link rel="self" type="application/atom+xml"
				href="http://post.monome.org/comments.php?DiscussionID=7329&amp;Feed=ATOM&amp;page=1"/>
			<generator
				uri="http://getvanilla.com/"
				version="1.1.10">
				Lussumo Vanilla &amp; Feed Publisher
			</generator>
			<entry>
		<title>arduinome+serial-pyio+linux</title>
		<link rel="alternate" href="http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86432#Comment_86432" type="application/xhtml+xml" hreflang="en"/>
		<id>http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86432#Comment_86432</id>
		<published>2010-02-19T19:34:12+00:00</published>
		<updated>2010-09-11T00:40:41+00:00</updated>
		<author>
			<name>space.wizard</name>
			<uri>http://post.monome.org/account.php?u=3533</uri>
		</author>
		<summary type="text" xml:lang="en">
			when trying to run the latest branch of serial-pyio i get the following error:

Traceback (most recent call last):
  File &quot;serial-pyio.py&quot;, line 55, in 
    import gui.singletonqueue as ...
		</summary>
		<content type="html">
			<![CDATA[when trying to run the latest branch of serial-pyio i get the following error:<br /><br />Traceback (most recent call last):<br />  File "serial-pyio.py", line 55, in &lt;module&gt;<br />    import gui.singletonqueue as singletonQueue<br />ImportError: No module named singletonqueue<br /><br />i was also able to run a different version but it said that pypm.so was 32 bit and i need 64 bit. is there a 64 bit version of pypm? <br /><br />i am currently running ubuntu 10.04 with an arduinome any feedback would be appreciated]]>
		</content>
	</entry>
	<entry>
		<title>arduinome+serial-pyio+linux</title>
		<link rel="alternate" href="http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86434#Comment_86434" type="application/xhtml+xml" hreflang="en"/>
		<id>http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86434#Comment_86434</id>
		<published>2010-02-19T19:46:03+00:00</published>
		<updated>2010-09-11T00:40:41+00:00</updated>
		<author>
			<name>space.wizard</name>
			<uri>http://post.monome.org/account.php?u=3533</uri>
		</author>
		<summary type="text" xml:lang="en">
			here is the exact error involving pypm. to get to this point i need to first 
export PYTHONPATH=src 
python import gui.singletonqueue 
then i get to the point where the pypm error happens:

  ...
		</summary>
		<content type="html">
			<![CDATA[here is the exact error involving pypm. to get to this point i need to first <br />export PYTHONPATH=src <br />python import gui.singletonqueue <br />then i get to the point where the pypm error happens:<br /><br />  File "serial-pyio.py", line 56, in &lt;module&gt;<br />    import router<br />  File "/home/jared/serial-pyio/src/router.py", line 36, in &lt;module&gt;<br />    import proxy.midiproxy<br />  File "/home/jared/serial-pyio/src/proxy/midiproxy.py", line 35, in &lt;module&gt;<br />    import pypm<br />ImportError: /home/jared/serial-pyio/lib/pypm/pypm.so: wrong ELF class: ELFCLASS32]]>
		</content>
	</entry>
	<entry>
		<title>arduinome+serial-pyio+linux</title>
		<link rel="alternate" href="http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86663#Comment_86663" type="application/xhtml+xml" hreflang="en"/>
		<id>http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86663#Comment_86663</id>
		<published>2010-02-21T21:12:40+00:00</published>
		<updated>2010-09-11T00:40:41+00:00</updated>
		<author>
			<name>space.wizard</name>
			<uri>http://post.monome.org/account.php?u=3533</uri>
		</author>
		<summary type="text" xml:lang="en">
			any ideas?
		</summary>
		<content type="html">
			<![CDATA[any ideas?]]>
		</content>
	</entry>
	<entry>
		<title>arduinome+serial-pyio+linux</title>
		<link rel="alternate" href="http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86728#Comment_86728" type="application/xhtml+xml" hreflang="en"/>
		<id>http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=86728#Comment_86728</id>
		<published>2010-02-22T13:08:02+00:00</published>
		<updated>2010-09-11T00:40:41+00:00</updated>
		<author>
			<name>jul</name>
			<uri>http://post.monome.org/account.php?u=147</uri>
		</author>
		<summary type="text" xml:lang="en">
			Hello,

Sorry for the late reply. I've been out for the week end.

Serial-pyio needs python PortMidi (pypm) for the midi functions. It ships with a compiled version for windows and linux 32bits. ...
		</summary>
		<content type="html">
			<![CDATA[Hello,<br /><br />Sorry for the late reply. I've been out for the week end.<br /><br />Serial-pyio needs python PortMidi (pypm) for the midi functions. It ships with a compiled version for windows and linux 32bits. <br /><br />To get it work on your machine you'll need to compile it from the sources. This is not so difficult, if you're a bit used to library compilation under linux.<br /><br />Download this file: <br /><a href="http://downloads.sourceforge.net/project/portmedia/portmidi/200/portmidi-src-200.zip?use_mirror=sunet" target="_blank" rel="nofollow">http://downloads.sourceforge.net/project/portmedia/portmidi/200/portmidi-src-200.zip?use_mirror=sunet</a><br /><br />Then compile and install the library. Instructions are in the readme file of the linux dir. This is based on cmake. Probably typing cmake in a term should be enough. To install it's probably cmake install. I cannot test this now.<br /><br />Once you compiled and installed the portmidi lib, you have to compile and install the python bindings. This is easier. Go into pm-python and type: sudo python setup.py install . This should be enough.<br /><br />Let me know if you face problems. If you succeed to compile the python binding for 64 bit, I'll be able to include it in serial-pyio so that others do not have to redo it. <br /><br />Hopefully there will be one day ubuntu packages for this. <br /><br />Good luck,<br /><br />Jul]]>
		</content>
	</entry>
	<entry>
		<title>arduinome+serial-pyio+linux</title>
		<link rel="alternate" href="http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=88672#Comment_88672" type="application/xhtml+xml" hreflang="en"/>
		<id>http://post.monome.org/comments.php?DiscussionID=7329&amp;Focus=88672#Comment_88672</id>
		<published>2010-03-10T13:06:04+00:00</published>
		<updated>2010-09-11T00:40:41+00:00</updated>
		<author>
			<name>jul</name>
			<uri>http://post.monome.org/account.php?u=147</uri>
		</author>
		<summary type="text" xml:lang="en">
			Hello,

I've updated serial-pyio to support linux 64 bits. Can you update your copy (svn update) and tell me if it works ? 

To launch serial-pyio, lauch serial-pyio.sh in a terminal. Do not run ...
		</summary>
		<content type="html">
			<![CDATA[Hello,<br /><br />I've updated serial-pyio to support linux 64 bits. Can you update your copy (svn update) and tell me if it works ? <br /><br />To launch serial-pyio, lauch serial-pyio.sh in a terminal. Do not run serial-pyio.py directly. <br /><br />Do NOT use the setup.py file, this is broken. This file is excluded from releases, but still present in the repository.]]>
		</content>
	</entry>
	
		</feed>