-bash: /Applications/World of Warcraft/Interface/WUU.py: No such file or directory
is now the error that i am getting. i have wuu.app there, but when i put that it, it just says "this is a directory"
im getting a little vexed by this... lol. heres what i have done so far:
installed pythin from the package downloaded from their website
installed wxpythin from their package at their website
downloaded WUU 1.6 from this website, mac build
opened it, and moved wuu.app from the dmg to the applications/world of warcraft/interface directory
and then typed that directory into terminal, then added wuu.py on the end of it, produced the above results
then tried drag and drop directory, same result
then tried typing in wuu.app, got told it was a directory, and then opened the package contents, found wuu.py, double clicked it, it created wuu.app, and clicked that, nothing loaded...
then i dragged wuu.app to the terminal window..
mac:~ Zach$ /Applications/World\ of\ Warcraft/Interface/WUU.app/Contents/Resources/WUU.py
Traceback (most recent call last):
File "/Applications/World of Warcraft/Interface/WUU.app/Contents/Resources/WUU.py", line 31, in ?
import WurmCommon
ImportError: No module named WurmCommon
uhm.... i think ive done everything i can at this point.... just watch it be some simple thing i overlooked....
Hang on...I might've missed something, but if you're using the .app version, you shouldn't have to touch neither the terminal nor the source code at all - have you tried just doubleclicking WUU.app in finder?
lol, yeah. that was the first thing i ever did before all of that, i guess i forgot to say that...
the icon does that little pop thing but doesent show up in the dock, and doesent load (i checked system activity monitor)
so i dunno what the deal is...
See if there's a WUU.log in $HOME/Library/Application Support/WUU, and either send it to me (my email address is on the wuu web page), or paste the last 10-15 lines here :)
hrm. i have no folder like that. in any of the application support directories..... O.o Spotlight doesent show anything either.... but i do have a wuu.crash.log, but that might just be from my attempt that i talked about earlier. ill send it. other than that, its redownload after using my appzapper to clear files, and see what happens.
Hi, I hope my letters didn't scare the developers, but to be on the safe side I'll continue with numbers and two more small issues:
5) When I update the wowace addons changelog pops out - this is ok. But when I update some other addons afterwards in the same session the same wowace changelog pops out again :( My current workaround is to update non-wowace addons first and then update the wowace ones.
6) Is it possible to tell WUU to redownload wowace addons list? My current workaround is to restart WUU.
Thanks for the reply and tip about FishingBuddy. I've used the compilation version because I though downloading/checking one addon instead of 3 would be faster...
The problem is not about FishingBuddy per se, but more general one - as far as I understand it the Dummy addon FB_OutfitDisplayFrame shouldn't be extracted at all, but it is and contains ODF directory.
This time I have some larger feature ideas: I hope letters will be better then numbers ;) A) Unused addons cleanup
This one would need AddOns.txt parser and should report which characters use each addon and if some addon is not used it should recommend deleting it. This can be presented as sortable column displaying number of characters who has the addon enabled.
B) Unused libraries cleanup
What it should do is to check all library-type addons and when no addons are using them it should recommend deleting the library. The problem is, how to detect if it is library or normal addon - could be manually configured by the user. This can be also presented as column in addon list displaying number of addons depending on the addon.
C) Outdated addon report/Interface version report
Add another sortable column with addon interface version. This could be used to find outdated addons which needs replacing or updating by author.
Quote from zarevak »
Hi, I hope my letters didn't scare the developers, but to be on the safe side I'll continue with numbers and two more small issues:
5) When I update the wowace addons changelog pops out - this is ok. But when I update some other addons afterwards in the same session the same wowace changelog pops out again :( My current workaround is to update non-wowace addons first and then update the wowace ones.
6) Is it possible to tell WUU to redownload wowace addons list? My current workaround is to restart WUU.
Thank you
(sorry, it got lost on the previous page :P)
A) I've partially implemented a parser for AddOns.txt, but it needs a lot more code before it's ready for prime time :(
B) That would require all addons to perfectly list their dependencies ;) (some addons have poorly defined dependencies, I've found) - but should be possible; I'll at least add some kind of tag to check for the ## X-Category: Library field break19 mentioned :D
C) I'm a bit hesitant to add more columns to the UI - I think I either have to make the column set user configurable, or add a second dialog where you can get the addon list with more advanced details
5) Yep, that's a bug, but it's a bug with low priority - it's "harder than it looks" to fix it, but I'll see what I can do.
6) I think doing the Install from -> WoWace (Ctrl-W) should redownload, but I'm not 100% sure without checking the code (which I can't do right now)
5) Yep, that's a bug, but it's a bug with low priority - it's "harder than it looks" to fix it, but I'll see what I can do.
Thanks you for your comments ;)
I was thinking that adding simple flag "changelog updated" should solve the problem. This flag would be set when updater updated the changelog and would cleared when it is displayed to the user. The changelog would be displaed only when the flag is set and user has chosen to display the log after the update.
There should also be user-initiated action to clear the changelog during the session.
* Library info added to side panel
* Bugfix: Faster handling of multiselections in list control
* Bugfix: Suppresses changelog report when already shown to user
* Flag Git managed directories as [Ignore]
* Added mock-up for "advanced restore" dialog (not functional yet)
* Added "old online version" for WoWAce (used by advanced restore)
* Site fix: Updated Gatherer site regexp
* Visual fix: Removed Check version/Update buttons entirely from the code
Ok, the changelog report thingy was simpler than I thought :P
Did you get your new Mac yet (hint, hint)? :-) :-)
It just arrived today :D
Now I just have to get it up and running with a development environment, and build both a full .dmg of the last version, plus the Xcode "trick" break19 posted ;)
I did install .488, upgrade it to .517 beta and install about 70 addons, both from WoWAce and WoWI with no problems :)
* Site fix: Updated GoogleCode regexp to handle more cases
* Bugfix: Incorrect link in GoogleCode addons
* Library info added to side panel
* Bugfix: Faster handling of multiselections in list control
* Bugfix: Suppresses changelog report when already shown to user
* Flag Git managed directories as [Ignore]
* Site fix: Updated Gatherer site regexp
* Visual fix: Removed Check version/Update buttons entirely from the code
* Added support for Google Code SVN
Most of these changes already were in the .517 beta, just finalized them so we could move on to 1.7 (you'll also see that the advanced restore-dialog is gone for now)
Going to update this post later with the "other way" of making a Mac version, as soon as I figure out how :P
EDIT: OSX "light" version added (thanks, break19 ;)) - it "works for me", but not 100% sure I did it correctly - anyhow, it's only 1.2Mb and will probably work better than the huge version on Tiger (provided you install Python 2.5 and a suitable wx) :P
When using the Online DB to get infos for the addon Identity, it correctly pulls up as Curse (which is where the currently updated version is), but lists it as ID 2016, which is actually Who Favorites. Identity is correctly 2316.
This adds support for deadlybossmods.com directly (since that was easier than trying to get something out of the curse page :( ), easiest way of getting it in is to delete all your current DBM addons, then do a Addon -> Install -> from URL and paste one of the following:
For the core/bc mods:
http://www.deadlybossmods.com/download.php?id=1
For old world mods:
http://www.deadlybossmods.com/download.php?id=2
Note that no UI changes are in yet, just wanted to get started somehow :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hang on...I might've missed something, but if you're using the .app version, you shouldn't have to touch neither the terminal nor the source code at all - have you tried just doubleclicking WUU.app in finder?
the icon does that little pop thing but doesent show up in the dock, and doesent load (i checked system activity monitor)
so i dunno what the deal is...
See if there's a WUU.log in $HOME/Library/Application Support/WUU, and either send it to me (my email address is on the wuu web page), or paste the last 10-15 lines here :)
*shrug* ill let you know if things go haywire. Thank you for your dedication and patience for my exasperation :P
5) When I update the wowace addons changelog pops out - this is ok. But when I update some other addons afterwards in the same session the same wowace changelog pops out again :( My current workaround is to update non-wowace addons first and then update the wowace ones.
6) Is it possible to tell WUU to redownload wowace addons list? My current workaround is to restart WUU.
Thank you
(sorry, it got lost on the previous page :P)
A) I've partially implemented a parser for AddOns.txt, but it needs a lot more code before it's ready for prime time :(
B) That would require all addons to perfectly list their dependencies ;) (some addons have poorly defined dependencies, I've found) - but should be possible; I'll at least add some kind of tag to check for the ## X-Category: Library field break19 mentioned :D
C) I'm a bit hesitant to add more columns to the UI - I think I either have to make the column set user configurable, or add a second dialog where you can get the addon list with more advanced details
5) Yep, that's a bug, but it's a bug with low priority - it's "harder than it looks" to fix it, but I'll see what I can do.
6) I think doing the Install from -> WoWace (Ctrl-W) should redownload, but I'm not 100% sure without checking the code (which I can't do right now)
Thanks you for your comments ;)
I was thinking that adding simple flag "changelog updated" should solve the problem. This flag would be set when updater updated the changelog and would cleared when it is displayed to the user. The changelog would be displaed only when the flag is set and user has chosen to display the log after the update.
There should also be user-initiated action to clear the changelog during the session.
WUU 1.6.517 beta source/linux
MD5 sums:
1.6.517beta (2008.03.05):
* Library info added to side panel
* Bugfix: Faster handling of multiselections in list control
* Bugfix: Suppresses changelog report when already shown to user
* Flag Git managed directories as [Ignore]
* Added mock-up for "advanced restore" dialog (not functional yet)
* Added "old online version" for WoWAce (used by advanced restore)
* Site fix: Updated Gatherer site regexp
* Visual fix: Removed Check version/Update buttons entirely from the code
Ok, the changelog report thingy was simpler than I thought :P
Trying to addd GuildeventManager as an addon using 'Othersite' following the instructions & picture at Wuuki :)
It doesn't work however :( and I noticed the fields looked slightly different so the instructions are presumably outdated.
Any clues?
Did you get your new Mac yet (hint, hint)? :-) :-)
It just arrived today :D
Now I just have to get it up and running with a development environment, and build both a full .dmg of the last version, plus the Xcode "trick" break19 posted ;)
I did install .488, upgrade it to .517 beta and install about 70 addons, both from WoWAce and WoWI with no problems :)
WUU 1.6.520 osx
WUU 1.6.520 osx - light (requires you to have Python/wxPython installed)
WUU 1.6.520 source/linux
MD5 sums:
1.6.520 "final" (2008.03.15):
* Site fix: Updated GoogleCode regexp to handle more cases
* Bugfix: Incorrect link in GoogleCode addons
* Library info added to side panel
* Bugfix: Faster handling of multiselections in list control
* Bugfix: Suppresses changelog report when already shown to user
* Flag Git managed directories as [Ignore]
* Site fix: Updated Gatherer site regexp
* Visual fix: Removed Check version/Update buttons entirely from the code
* Added support for Google Code SVN
Most of these changes already were in the .517 beta, just finalized them so we could move on to 1.7 (you'll also see that the advanced restore-dialog is gone for now)
Going to update this post later with the "other way" of making a Mac version, as soon as I figure out how :P
EDIT: OSX "light" version added (thanks, break19 ;)) - it "works for me", but not 100% sure I did it correctly - anyhow, it's only 1.2Mb and will probably work better than the huge version on Tiger (provided you install Python 2.5 and a suitable wx) :P
When using the Online DB to get infos for the addon Identity, it correctly pulls up as Curse (which is where the currently updated version is), but lists it as ID 2016, which is actually Who Favorites. Identity is correctly 2316.
this one doesent work for me either... dammit. i cant remember where i got the old version that worked...
Used Appzapp again, and this time downloaded the version from the first post of the old thread link, then it auto updated, now it works.
blargh! but im happy to go through this for such a great multi site updater!
(and i dont think appzapper got everything, cause all my associations for the addons were still present after deleting them)
Yay! *happeh dance*
Relevant links:
WUU home page
The WUU home page link opens up "http://wuu.vagabonds.info[/url" extra url tag in there?
Ah, right, the older release (446) might work better because it was, in fact, built on Tiger - added that to the first post while I updated it :)
Thanks! Fixed now!
WUU 1.7.534 win32
WUU 1.7.534 osx
WUU 1.7.534 osx light version
WUU 1.7.534 source/linux
MD5 sums:
This adds support for deadlybossmods.com directly (since that was easier than trying to get something out of the curse page :( ), easiest way of getting it in is to delete all your current DBM addons, then do a Addon -> Install -> from URL and paste one of the following:
For the core/bc mods:
For old world mods:
Note that no UI changes are in yet, just wanted to get started somehow :)