• 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7
[RELEASE] XBMC Skin Manager (Open Source Python Software for Windows)
#76
wilydodger Wrote:Hey guys. I'm running Vista 32 and the Skin Manager 0.7.

Everything seems to be working ok until it hit the building skin part of the process. The Status just says "waiting" and the cmd prompts never pop up with the skin builds.

Any ideas or anyone else having this problem?

Thanks in advance.

same problem here. tried the debug mode and I get:

---- EXCEPTION TRACEBACK ----
Traceback (most recent call last):
File "gui.pyo", line 601, in __processConsumer
File "wx\lib\delayedresult.pyo", line 225, in get
AttributeError: processSkins instance has no attribute '_processSkins__exportskin'
---- END TRACEBACK ----
Reply
#77
Hello and sorry for slow answer.

I see the problem, and it's more or less a Vista problem :
I use platform.system() to identify the OS, on XP, this returns "Windows" but Vista can sometimes return "Microsoft", so XBMCSM don't know how to build skin.

The other problem is that it tries to use "svn export" function to use plain source files, but this feature has been removed and I've forgot to clean this call...

But the problem is fixed : there is the update from 0.7 to 0.71 (just extract it to install folder and overwrite existing files)

Can you confirm me this works before publishing official update ? (I'm still on XP)
Reply
#78
skins now build correctly in vista,

i got (new update available) prompt the first time i started the app. but not any other time iv launched the program, so seems fine

cheers juju0
Reply
#79
Great !

The new update prompt is shown only because the last official version is 0.7 ans you have 0.71, it's not a problem.

The update is now published on website.
Reply
#80
Hi,
I'm using v0.71 from svn on debian and/or ubuntu. When I run xbmcsm.pyw there're no checkboxes (no skins found?) to select the skins (only for http-skins) any idea what's going wrong? The xbmcsm.pyw is completely empty.

thnx in advance
f
freaksworth is not connected to or in any other way affiliated with XBMC, Team XBMC, or the XBMC Foundation.
Reply
#81
Hi,
Try to use debug mode by passing d as program argument. If you start the program by command line, it should be something like that :
Code:
python xbmcsm.pyw d
Reply
#82
i've tried it on vista x64 and selected amped to get downloaded and built. unfortunately it told me xbmctex is missing.

also it tells "unable to install amped" and now the status is "waiting" (progress bar is filled about 3/4) since 5 minutes and there seems to be nothing happening.

my advise would be to tell ppl they need xbmctex and where to obtain it for windows. just to get it more proof for n00bs like me..

edit: the interesting thing is: amped got installed AND textures.xpr had been created.
cheers,azido :;):
Reply
#83
juju0 Wrote:Hi,
Try to use debug mode by passing d as program argument. If you start the program by command line, it should be something like that :
Code:
python xbmcsm.pyw d

hi,
thanks for reply. I already tried that, still no checkboxes and no ouptut. Neither on the console nor in the .log.

regards
f
freaksworth is not connected to or in any other way affiliated with XBMC, Team XBMC, or the XBMC Foundation.
Reply
#84
@freaksworth
No idea, sorry. But, are you behind a proxy ? (not detected by SVN)


@azido
This problem happens only for amped or for all skins ?
If it tells you explicitly that XBMCTex is missing I think the problem comes from BAT file.
Reply
#85
i'm not able to launch this app on Windows XP Home. I tryed 0.6,0.61,0.7,0.71 and always get this error:
Code:
Unhandled exception in thread started by
Traceback (most recent call last):
  File "init.pyo", line 105, in initThread
  File "configxml.pyo", line 74, in __init__
  File "configxml.pyo", line 193, in __parseHTTP
  File "ntpath.pyo", line 102, in join
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd6 in position 26: ordinal not in range(128)

hmmm My Windos not English, Is it problem for your program Smile what do you think about that?
Reply
#86
Hi Everyone,
XBMC Connected is a skin based on the impressesive DivX Connected (http://www.divx.com/connected) frontend.
Obviously while taking advantage of XBMC's arsenal of options Laugh

Feel free to post any issues, suggestions or comments you have.
Hope You Enjoy!

Download built version below otherwise grab latest version from SVN.
MediaFire Connected-2022.zip (http://www.mediafire.com/file/yzh23jbjji...d-2022.zip)
RapidShare Connected-2022.zip (http://rapidshare.com/files/198622102/Co...d-2022.zip)

You can also create and use custom selection images.
These are the sliding images on the home page for Videos, Music and Photos.
Download a sample pack below. Unzip the folders and set the folder paths under Skin Options.
MediaFire Sample Image Pack (http://www.mediafire.com/file/xitdjknnjm...Images.zip)
RapidShare Sample Image Pack (http://rapidshare.com/files/178822198/Co...Images.zip)

http://i242.photobucket.com/albums/ff219...nected.jpg
Reply
#87
freaksworth Wrote:hi,
thanks for reply. I already tried that, still no checkboxes and no ouptut. Neither on the console nor in the .log.

regards
f
I have the same problem, was a solution found for this? Thanks
Reply
#88
Here's a working patch to make this run on OS X if anyone is interested. It basically just replaces checks for "Linux" with checks for... not "Windows" or "Microsoft" where it wants to use Windows-specific calls.

http://ormgas.com/misc/XBMC_Skin_Manager...rking.diff
Reply
#89
ptipton Wrote:I have the same problem, was a solution found for this? Thanks

No, I did not.
regards
f
freaksworth is not connected to or in any other way affiliated with XBMC, Team XBMC, or the XBMC Foundation.
Reply
#90
xbmcsm just freezes.. Says "upgrading XML file" and thats it, no go!
Any ideas, anybody?
Reply
  • 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7

Logout Mark Read Team Forum Stats Members Help
[RELEASE] XBMC Skin Manager (Open Source Python Software for Windows)1