Note that there are some explanatory texts on larger screens.

plurals
  1. USshload
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COagreed, but gtk's highlighting of comboBoxes is hard to see. I mostly just want a way to enhance things, make it more obvious where the focus is. I'd be happy with a dotted line framing the text portion of the box.
      singulars
    2. COI've been to many sites trying to figure this out. I tried using setuptools which almost worked but created some issues. Which I've now learned that setuptools isn't a desirable way to package a python program. What's the main difference between package_data and data_files. I was under the impression that package_data would be for like gui files icon pics and so on. which works for my ui files. then I figured that data_files would be for stuff like config files. Which would work for my sqlite file. But now it doesn't seem like distutils will install both. also see added info to the main post.
      singulars
    3. COSweet os.getcwd is just the tool i needed to help troubleshoot this issue. Alright I've made a little progress. I'm going to try and over simplify things here...dirA = the root of my app's location...dirB = the location of the "recipetrack" script. I added os.getcwd to "recipetrack" and the output ended up being dirA's location. which surprised me, i thought that it would be dirB. I added os.getcwd to module.py and got no output. I then added os.chdir(root) to module.py and now the program works. Any thought on why os.chdir() was necessary? Or why os.getcwd didn't produce an output?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload