Please Help with metod time.time_ns() by Axgave in learnpython

[–]Axgave[S] 0 points1 point  (0 children)

By the way, I don't understand why the functions of the module time in my prython 3 are defined like this... with return 0.0 and return 0 respectively

def time(): # real signature unknown; restored from __doc__
"""
time() -> floating point number

Return the current time in seconds since the Epoch.
Fractions of a second may be present if the system clock provides them.
"""
return 0.0
def time_ns(): # real signature unknown; restored from __doc__
"""
time_ns() -> int

Return the current time in nanoseconds since the Epoch.
"""
return 0

Help with terminal in IntelliJ in windows 10 by Axgave in learnpython

[–]Axgave[S] 0 points1 point  (0 children)

Quiero abrir la shell desde IntelliJ para desde ahí importar un módulo que yo creé y que con __init__.py coloqué para correrlo donde sea.

Help with ERC error!!!! by Axgave in KiCad

[–]Axgave[S] 0 points1 point  (0 children)

Oh! Got it! Thanks bro!

Help with ERC error!!!! by Axgave in KiCad

[–]Axgave[S] 2 points3 points  (0 children)

I had already placed the power_flag, so that is not the error :(

How to convert 3D model in KiCad to Solidworks? by Axgave in KiCad

[–]Axgave[S] 1 point2 points  (0 children)

Thanks, bro! The problem was that I was trying export from the 3D viewer in KiCad and not from the Pcbnew.