-e git+https://github.com/coinbox/coinbox-core.git#egg=Coinbox_POS-dev
-e git+https://github.com/coinbox/coinbox-mod-auth.git#egg=CoinboxMod_auth-dev
-e git+https://github.com/coinbox/coinbox-mod-base.git#egg=CoinboxMod_base-dev
-e git+https://github.com/coinbox/coinbox-mod-config.git#egg=CoinboxMod_config-dev
-e git+https://github.com/coinbox/coinbox-mod-currency.git#egg=CoinboxMod_currency-dev
-e git+https://github.com/coinbox/coinbox-mod-customer.git#egg=CoinboxMod_customer-dev
-e git+https://github.com/coinbox/coinbox-mod-installer.git#egg=CoinboxMod_installer-dev
-e git+https://github.com/coinbox/coinbox-mod-sales.git#egg=CoinboxMod_sales-dev
-e git+https://github.com/coinbox/coinbox-mod-stock.git#egg=CoinboxMod_stock-dev
-e git+https://github.com/coinbox/coinbox-mod-taxes.git#egg=CoinboxMod_taxes-dev
--
You received this message because you are subscribed to the Google Groups "Coin Box POS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coinboxpos+...@googlegroups.com.
To post to this group, send email to coinb...@googlegroups.com.
Visit this group at http://groups.google.com/group/coinboxpos.
For more options, visit https://groups.google.com/groups/opt_out.
Hey!
That will work. But since you went the virtualenv route, you could use pip to install coinbox too, from the git repos too.
Put this in a file called "requirements.txt" (or whatever):
-e git+https://github.com/coinbox/coinbox-core.git#egg=Coinbox_POS-dev -e git+https://github.com/coinbox/coinbox-mod-auth.git#egg=CoinboxMod_auth-dev -e git+https://github.com/coinbox/coinbox-mod-base.git#egg=CoinboxMod_base-dev -e git+https://github.com/coinbox/coinbox-mod-config.git#egg=CoinboxMod_config-dev -e git+https://github.com/coinbox/coinbox-mod-currency.git#egg=CoinboxMod_currency-dev -e git+https://github.com/coinbox/coinbox-mod-customer.git#egg=CoinboxMod_customer-dev -e git+https://github.com/coinbox/coinbox-mod-installer.git#egg=CoinboxMod_installer-dev -e git+https://github.com/coinbox/coinbox-mod-sales.git#egg=CoinboxMod_sales-dev -e git+https://github.com/coinbox/coinbox-mod-stock.git#egg=CoinboxMod_stock-dev -e git+
https://github.com/coinbox/coinbox-mod-taxes.git#egg=CoinboxMod_taxes-dev MySQL-python==1.2.4 ProxyTypes==0.9 PyDispatcher==2.0.3 PySide==1.1.2 SQLAlchemy==0.8.0b2 clint==0.3.1 py-bcrypt==0.2 wsgiref==0.1.2
// I think I shoul add this..
Babel
What if I do not specify the version numbers?
And another note, when installing MySQL-Python and PySide you might encounter errors when building. You can either install development packages, or install them from the package manager and enable system-wide site-packages (using `--system-site-packages` when creating the virtualenv).
Il giorno mercoledì 18 dicembre 2013 15:06:38 UTC+1, Jad Kik ha scritto:Hey!
That will work. But since you went the virtualenv route, you could use pip to install coinbox too, from the git repos too.
Put this in a file called "requirements.txt" (or whatever):
I was reluctant to use this kind of 'automation' because first time I've tried I got that mess ;-)
Anyway, this is the 'requirements.txt' that I've found on coinboxpos.org-e git+https://github.com/coinbox/coinbox-core.git#egg=Coinbox_POS-dev -e git+https://github.com/coinbox/coinbox-mod-auth.git#egg=CoinboxMod_auth-dev -e git+https://github.com/coinbox/coinbox-mod-base.git#egg=CoinboxMod_base-dev -e git+https://github.com/coinbox/coinbox-mod-config.git#egg=CoinboxMod_config-dev -e git+https://github.com/coinbox/coinbox-mod-currency.git#egg=CoinboxMod_currency-dev -e git+https://github.com/coinbox/coinbox-mod-customer.git#egg=CoinboxMod_customer-dev -e git+https://github.com/coinbox/coinbox-mod-installer.git#egg=CoinboxMod_installer-dev -e git+https://github.com/coinbox/coinbox-mod-sales.git#egg=CoinboxMod_sales-dev -e git+https://github.com/coinbox/coinbox-mod-stock.git#egg=CoinboxMod_stock-dev -e git+https://github.com/coinbox/coinbox-mod-taxes.git#egg=CoinboxMod_taxes-dev MySQL-python==1.2.4 ProxyTypes==0.9 PyDispatcher==2.0.3 PySide==1.1.2 SQLAlchemy==0.8.0b2 clint==0.3.1 py-bcrypt==0.2 wsgiref==0.1.2
// I think I shoul add this..
Babel
What if I do not specify the version numbers?
And another note, when installing MySQL-Python and PySide you might encounter errors when building. You can either install development packages, or install them from the package manager and enable system-wide site-packages (using `--system-site-packages` when creating the virtualenv).
Should I write something like MySQL-Python-dev in requirements.txt?
OR
In my package manager there are a python-mysqldb-dbg and a python-pyside (but no -dev)... Are these the right ones?
Thanks a lot,
S.
ImportError: No module named pydispatch
Concerning pyside:
The best thing is to remove pyside from the requirements.txt file, and use the one of your pacakage manager, with system site packages.
NOTE (to others reading this)
Keep in mind that once coinbox gets further in development you won't have to go through this. Here you just set up a dev environment. So whoever's reading this: don't panic :)
Il giorno mercoledì 18 dicembre 2013 23:23:17 UTC+1, Jad Kik ha scritto:Concerning pyside:
The best thing is to remove pyside from the requirements.txt file, and use the one of your pacakage manager, with system site packages.I already have it removed. But still pip install it.
By the way I had to install also:
cmake
qt4-qmake
qt4-default
[personal]question: which time zone are you in?
at least now it's building.... very slowly (a little old PC)
Il giorno giovedì 19 dicembre 2013 00:09:43 UTC+1, ghichtin ha scritto:at least now it's building.... very slowly (a little old PC)
Successfully installed MySQL-python ProxyTypes PyDispatcher SQLAlchemy clint py-bcrypt Babel Coinbox-POS CoinboxMod-auth CoinboxMod-base CoinboxMod-config CoinboxMod-currency CoinboxMod-customer CoinboxMod-installer CoinboxMod-sales CoinboxMod-stock CoinboxMod-taxes args pytz PySide
however, aside several warnings, i got this:
File "/home/simone/.virtualenvs/coinbox/lib/python2.7/site-packages/pysideuic/port_v3/proxy_base.py", line 26
class ProxyBase(metaclass=ProxyType):
^
SyntaxError: invalid syntax
Now what?
question: which is the command to issue to update coinboxpos?
guessing: (coinbox) :~$ pip install -r requisites.txt
Regards,
S.
--
You received this message because you are subscribed to the Google Groups "Coin Box POS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coinboxpos+...@googlegroups.com.
To post to this group, send email to coinb...@googlegroups.com.
Visit this group at http://groups.google.com/group/coinboxpos.
For more options, visit https://groups.google.com/groups/opt_out.