dub import local D package
    data pulverizer 
    data.pulverizer at gmail.com
       
    Thu Apr 21 16:56:35 UTC 2022
    
    
  
On Thursday, 21 April 2022 at 03:59:26 UTC, Steven Schveighoffer 
wrote:
>
> OK, so reviewing with that in mind, it looks like you're trying 
> to import `myPackage.modules.mymodule`, but the file 
> `../myPackageName/source/myPackageName/modules/mymodule.d` 
> doesn't exist.
>
> Is there one too many "myPackageName" packages here?
>
Yes, looks like that it works if I change to `import 
modules.mymodule;`.
    
    
More information about the Digitalmars-d-learn
mailing list