onepf / AppDF

Application description file for the appstores. Best way to distribute your apps!
128 stars 36 forks source link

Need a little help - Linux environment #166

Open ghost opened 10 years ago

ghost commented 10 years ago

Hello, Can anyone provide more detail information for doing this (let appdf.py work)? I mean maybe I need what linux version should I choice (because some library is different name in there steps, for example, I can't find libxml for CentOS 6.5 even I install libxml2, it's still not work) or what's this environment for this project, and install steps in detail? So far I know is that I can use the folder of sample and parse-php to parse a description.xml, but that's all I do successfully. I try to find some references on google, but the result are almost less than the git of AppDF. So I think maybe I can post this issue to find some prompt. Thanks for help very much.

Kevin, sincerely.

ghost commented 10 years ago

OS: CentOS 6.5 Python: 2.7.4

I tried until now and the result is below,

(env)[root@localhost env]# python ./uploader/appdf.py --username **_@gmail.com --password 123**_312 ./spbswedishcards.appdf

Traceback (most recent call last): File "./uploader/appdf.py", line 22, in import argparse ImportError: No module named argparse

then I google 'argparse', it's python package. Before I do and follow the step, I try the python2.7 and get this, (env)[root@localhost env]# python2.7 Python 2.7.4 (default, Jun 18 2014, 15:17:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information.

I don't understand for this situation...

akarimova commented 10 years ago

Hi @kevin2pig, sorry the huge delay. Currently trying to find someone who can help..

yvlasov commented 10 years ago

Hello Try this http://pytn.ru/7x Installation commands you can find in installation section of this manual. After installing argparse, it should work.

Anastasia say hello to Ildar.

Best regards Iuri S. Vlasov

On 09 èþëÿ 2014 ã., at 18:27,Anastasia Karimova notifications@github.com wrote:

Hi @kevin2pig, sorry the huge delay. Currently trying to find someone who can help..

— Reply to this email directly or view it on GitHub.

akarimova commented 10 years ago

@yvlasov and @thevery thanks!

ghost commented 10 years ago

Thank you very much @yvlasov and @thevery : ) I will try or study it, http://pytn.ru/7x

ghost commented 10 years ago

@akarimova Thank you very much

ghost commented 10 years ago

Hi all again,

(My os is Centos 6.5, python version is 2.7)

I can't do next work, the final step. about : python appdf.py --username GOOG .... because I always get this error "ImportError: No module named webkit_server".


I get the same results many times when I am at path/to/tools/uploader and make:

collect2: ld return 1

make[2]: *\ [webkit_server] Error 1

make[2]: Leaving directory `/tmp/pip-dPgJBC-build/src'

make[1]: *\ [sub-src-webkit_server-pro-make_first-ordered] Error 2

make[1]: Leaving directory `/tmp/pip-dPgJBC-build'

error: src/webkit_server: No such file or directory


I try everything I know but finally that would go to "ImportError: No module named webkit_server".

Any idea...?

what's going on?...lol lol lol

ghost commented 10 years ago

I seem figure out something about qtwebkit-server, I git https://github.com/niklasb/webkit-server and move to dryscrape/drive/src, then it can find module name "webkit_server" now.

However, when I use "Run publisher",

python appdf.py --username my_deploy_gmail_account@gmail.com --password somepasswords123 /sample/Yandex.Shell/yandex.shell.appdf

And I got "appdf.py: error: unrecognized arguments: --password ../samples/Yandex.Shell/yandex.shell.appdf"

then, I try this "python appdf.py --username my_deploy_gmail_account@gmail.com /sample/Yandex.Shell/yandex.shell.appdf"

it ask me input "password", so I key-in password which is matched my gmail accout.

And I got "Error. No market selected"

So I add --googleplay

And I got " OSError: [Errno 2] No such file or directory".

Any idea? "