A single client raises the import error on client start up. I have a client start up script using a function from a project library, however it seems to be missing on one client. This is the startup script that fails
import project # Was just a tiny hope it would help
from project.core.smartcardio import CreateDefaultProxCardReader
# Start the prox card reader in its own background thrad.
CreateDefaultProxCardReader().StartBackground()
The script currently fails in line 1 at the first import.
It was originally, those two imports was just a try to resolve the issue.
And they are not there anymore. The error persists if the publish mode is in manual.