I have tried so many times to get Thinapp factory to work so I get here to ask for help. Is there a ready made VA to download anywhere?
I am stuck on this error:
administrator@TAF1:~/thinapp_factory$ sudo make
make -C cifsmount
make[1]: Entering directory `/home/administrator/thinapp_factory/cifsmount'
python setup.py bdist_egg --dist-dir ../build/dist
running bdist_egg
running egg_info
writing requirements to cifsmount.egg-info/requires.txt
writing cifsmount.egg-info/PKG-INFO
writing top-level names to cifsmount.egg-info/top_level.txt
writing dependency_links to cifsmount.egg-info/dependency_links.txt
writing entry points to cifsmount.egg-info/entry_points.txt
reading manifest file 'cifsmount.egg-info/SOURCES.txt'
writing manifest file 'cifsmount.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
cythoning mount.pyx to mount.c
Error compiling Cython file:
------------------------------------------------------------
...
# Python's version of statfs (os.statvfs) doesn't give you the
# filesystem type.
def statfs(mount):
cdef statfs_t buf
statfs_c(mount, &buf)
return buf
^
------------------------------------------------------------
mount.pyx:47:13: Cannot convert 'statfs_t' to Python object
building 'cifsmount.mount' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c mount.c -o build/temp.linux-x86_64-2.7/mount.o
mount.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
#error Do not use this file, it is the result of a failed Cython compilation.
^
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
make[1]: *** [../build/dist/cifsmount-1.0-pyPython.egg] Error 1
make[1]: Leaving directory `/home/administrator/thinapp_factory/cifsmount'
make: *** [cifsmount] Error 2