Solved good greef menumaker pkg issues

this OS is fresh install, fluxbox is sticking on me trying toopen an app it takes longer that is usually does, menumaker is just hanging I deleted it, reinstalled, and it still hangs and now it like caught up in something...
Code:
[userx@FreeBSD ~]$ mmaker
Traceback (most recent call last):
  File "/usr/local/bin/mmaker", line 3, in <module>
    import MenuMaker.CLI
ModuleNotFoundError: No module named 'MenuMaker'
[userx@FreeBSD ~]$ whereis mmaker
mmaker: /usr/local/bin/mmaker
[userx@FreeBSD ~]$ sudo plg delete mmaker
sudo: plg: command not found
[userx@FreeBSD ~]$ sudo pkg delete mmaker
No packages matched for pattern 'mmaker'

Checking integrity... done (0 conflicting)
1 packages requested for removal: 0 locked, 1 missing

build it off ports and am getting this still.

Code:
[userx@FreeBSD menumaker]$ mmaker
Traceback (most recent call last):
  File "/usr/local/bin/mmaker", line 3, in <module>
    import MenuMaker.CLI
ModuleNotFoundError: No module named 'MenuMaker'
missing something to make it work. what???
 
Hi,

A quick install from ports worked on my end. The menumaker package installs it's python libs to /usr/local/share/menumaker, which are then imported by the mmaker executable. I suspect you're missing the library files in /usr/local/share/menumaker (botched install?).

Reinstalling the package is a good first step, but to remove it, I think you need to specify the package name as menumaker.

Also, probably best not to mix packages and ports.

Hope that helps.
 
I blasted this OS and reinstalled it, now I am putting it in shape again, conf files and such. I figured something got messed up somewhere, and to just reinstall it was a quicker fix then than hashing around trying to find out what is wrong with it. and menumaker is working again, I have yet to get into fluxbox to see what it is doing, as it was haginging up when issuing commands and la la la. just having issues and now maybe not so much anymore.
 
Hi,

A quick install from ports worked on my end. The menumaker package installs it's python libs to /usr/local/share/menumaker, which are then imported by the mmaker executable. I suspect you're missing the library files in /usr/local/share/menumaker (botched install?).

Reinstalling the package is a good first step, but to remove it, I think you need to specify the package name as menumaker.

Also, probably best not to mix packages and ports.

Hope that helps.
i try to do pkg only, I only went to ports to see if that would fix it. but as stated above ....
 
Code:
[userx@FreeBSD wmbutton-0.7.1]$ sudo pkg install networkmgr
Updating FreeBSD repository catalogue...
pkg: Repository FreeBSD load error: cannot open sqlite3 db: No such file or directory
Fetching meta.txz: 100%    944 B   0.9kB/s    00:01   
Fetching packagesite.txz: 100%    6 MiB 828.1kB/s    00:08   
Unable to create repository FreeBSD
Unable to update repository FreeBSD
Error updating repositories!
 
Back
Top