Thanks... your are very correct...but I as reported above... that doesn't work 
for me either.

In desperation I manually relocated the installed files from **...pkgs2** to 
**~/.nimble/pkgs** and ...
    
    
    inim
    👑 INim 0.6.1
    Nim Compiler Version 2.0.0 [MacOSX: amd64] at /usr/local/bin/nim
    nim> import db_connector/db_sqlite
    nim> let db = open("localhost", "user", "password", "dbname")
    nim> db.close()
    nim> quit
    
    
    Run

So my current question is:

Why Nim ( _on my machine_ ) can't locate Nimble installed packages from where 
nimble installed them?

I'm thinking some messed up configuration on my part... but I don't remember 
doing any :-(

Any suggestions on trouble shooting this?

Reply via email to