lad1337 / XDM

XDM: eXtendable Download Manager. Plugin based media collection manager.
xdm.lad1337.de
Other
203 stars 46 forks source link

Can't get XDM to run on Windows 8 #174

Open Deltron216 opened 10 years ago

Deltron216 commented 10 years ago

Hi lad1337

I'm trying to get XDM to run in Windows 8 and I'm getting "command not found"

I'm sure I'm missing something. Can you take a look at the output and help me figure out the solution?

Thanks,

Deltron216

C:\Users\Del\Documents\GitHub\XDM>XDM.py ←[32;1mINFO←[0m| 2014-05-04 17:08:39.266000: Starting XDM Zim 0.5.18 ←[32;1mINFO←[0m| 2014-05-04 17:08:39.271000: Logfile path is ##xdm_path##\xd m.log ←[32;1mINFO←[0m| 2014-05-04 17:08:39.293000: Loading/searching system plugin s ←[32;1mINFO←[0m| 2014-05-04 17:08:40.078000: Pylint Score for SystemConfig i s 9.34 ←[32;1mINFO←[0m| 2014-05-04 17:08:40.103000: Using i18n path C:\Users\Del\Do cuments\GitHub\XDM\i18n ←[32;1mINFO←[0m| 2014-05-04 17:08:40.107000: Instaling language "en_US <lad1 337@gmail.com>" ←[32;1mINFO←[0m| 2014-05-04 17:08:40.110000: CoreUpdate is working with vers ion 0.5.18 on Git Traceback (most recent call last): File "C:\Users\Del\Documents\GitHub\XDM\XDM.py", line 321, in main() File "C:\Users\Del\Documents\GitHub\XDM\XDM.py", line 284, in main app = App() File "C:\Users\Del\Documents\GitHub\XDM\XDM.py", line 154, in init init.postDB() File "C:\Users\Del\Documents\GitHub\XDM\xdm\init.py", line 120, in postDB common.UPDATER = CoreUpdater() File "C:\Users\Del\Documents\GitHub\XDM\xdm\updater.py", line 68, in init self.updater = GitUpdateManager() File "C:\Users\Del\Documents\GitHub\XDM\xdm\updater.py", line 355, in init

from pbs import git

File "C:\Users\Del\Documents\GitHub\XDM\site-packages\pbs.py", line 582, in getattr return self.env[name] File "C:\Users\Del\Documents\GitHub\XDM\site-packages\pbs.py", line 534, in missing return Command._create(k) File "C:\Users\Del\Documents\GitHub\XDM\site-packages\pbs.py", line 272, in _c reate if not path: raise CommandNotFound(program) pbs.CommandNotFound: git

C:\Users\Del\Documents\GitHub\XDM>

lad1337 commented 10 years ago

you dont have "git" in your path maybe this helps http://blog.countableset.ch/2012/06/07/adding-git-to-windows-7-path/

Deltron216 commented 10 years ago

Lad1337

That did the trick!

new issue: I have my indexer set up. I tested connection successfully.

I search for a known good book (books will be the primary usage for XDM) and it's not finding the book. If I go to the indexer website, I find what I'm looking for easily.

Am I missing something?

Thx.

lad1337 commented 10 years ago

Did you fetch the categories ? They should be some ids

Deltron216 commented 10 years ago

I tried that, I get "internal error in plugin"

Deltron216 commented 10 years ago

image