Open GoogleCodeExporter opened 9 years ago
How did you installed WebIOPi ?
__init__.py is well created under Raspbian :
pi@raspberrypi ~ $ ls
/usr/local/lib/python2.7/dist-packages/WebIOPi-0.5.3-py2.7-linux-armv6l.egg/_web
iopi
GPIO.py GPIO.pyc GPIO.so __init__.py __init__.pyc
Original comment by tro...@trouch.com
on 4 Mar 2013 at 7:59
The module itself is installed via:
python2 setup.py build
python2 setup.py install --root="$pkgdir"
($pkgdir is just a staging area that all Arch builds use. Things are built to
the predefined pkg dir instead of directly to the filesystem.)
The whole build file can be seen here for reference:
https://aur.archlinux.org/packages/py/python2-webiopi/PKGBUILD
Original comment by timothy....@gmail.com
on 4 Mar 2013 at 8:17
This is the resulting tree from the above setup.py commands
python2.7
└── site-packages
├── WebIOPi-0.5.3-py2.7.egg-info
│ ├── PKG-INFO
│ ├── SOURCES.txt
│ ├── dependency_links.txt
│ └── top_level.txt
├── _webiopi
│ └── GPIO.so
├── webiopi.py
└── webiopi.pyc
Original comment by timothy....@gmail.com
on 4 Mar 2013 at 8:22
Have to find out why dist tool does not create __init__ on Arch
Original comment by tro...@trouch.com
on 4 Mar 2013 at 8:38
Original comment by tro...@trouch.com
on 8 Apr 2013 at 6:43
Original comment by tro...@trouch.com
on 27 Nov 2013 at 9:28
Original comment by tro...@trouch.com
on 4 Jan 2014 at 9:01
Original issue reported on code.google.com by
timothy....@gmail.com
on 4 Mar 2013 at 7:04